3.490 \(\int \sqrt{a+b \sin ^2(e+f x)} \tan (e+f x) \, dx\)

Optimal. Leaf size=58 \[ \frac{\sqrt{a+b} \tanh ^{-1}\left (\frac{\sqrt{a+b \sin ^2(e+f x)}}{\sqrt{a+b}}\right )}{f}-\frac{\sqrt{a+b \sin ^2(e+f x)}}{f} \]

[Out]

(Sqrt[a + b]*ArcTanh[Sqrt[a + b*Sin[e + f*x]^2]/Sqrt[a + b]])/f - Sqrt[a + b*Sin[e + f*x]^2]/f

________________________________________________________________________________________

Rubi [A]  time = 0.0559427, antiderivative size = 58, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 4, integrand size = 23, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.174, Rules used = {3194, 50, 63, 208} \[ \frac{\sqrt{a+b} \tanh ^{-1}\left (\frac{\sqrt{a+b \sin ^2(e+f x)}}{\sqrt{a+b}}\right )}{f}-\frac{\sqrt{a+b \sin ^2(e+f x)}}{f} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[a + b*Sin[e + f*x]^2]*Tan[e + f*x],x]

[Out]

(Sqrt[a + b]*ArcTanh[Sqrt[a + b*Sin[e + f*x]^2]/Sqrt[a + b]])/f - Sqrt[a + b*Sin[e + f*x]^2]/f

Rule 3194

Int[((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_.)*tan[(e_.) + (f_.)*(x_)]^(m_.), x_Symbol] :> With[{ff = Free
Factors[Sin[e + f*x]^2, x]}, Dist[ff^((m + 1)/2)/(2*f), Subst[Int[(x^((m - 1)/2)*(a + b*ff*x)^p)/(1 - ff*x)^((
m + 1)/2), x], x, Sin[e + f*x]^2/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[(m - 1)/2]

Rule 50

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^n)/(b*
(m + n + 1)), x] + Dist[(n*(b*c - a*d))/(b*(m + n + 1)), Int[(a + b*x)^m*(c + d*x)^(n - 1), x], x] /; FreeQ[{a
, b, c, d}, x] && NeQ[b*c - a*d, 0] && GtQ[n, 0] && NeQ[m + n + 1, 0] &&  !(IGtQ[m, 0] && ( !IntegerQ[n] || (G
tQ[m, 0] && LtQ[m - n, 0]))) &&  !ILtQ[m + n + 2, 0] && IntLinearQ[a, b, c, d, m, n, x]

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 208

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[-(a/b), 2]*ArcTanh[x/Rt[-(a/b), 2]])/a, x] /; FreeQ[{a,
b}, x] && NegQ[a/b]

Rubi steps

\begin{align*} \int \sqrt{a+b \sin ^2(e+f x)} \tan (e+f x) \, dx &=\frac{\operatorname{Subst}\left (\int \frac{\sqrt{a+b x}}{1-x} \, dx,x,\sin ^2(e+f x)\right )}{2 f}\\ &=-\frac{\sqrt{a+b \sin ^2(e+f x)}}{f}+\frac{(a+b) \operatorname{Subst}\left (\int \frac{1}{(1-x) \sqrt{a+b x}} \, dx,x,\sin ^2(e+f x)\right )}{2 f}\\ &=-\frac{\sqrt{a+b \sin ^2(e+f x)}}{f}+\frac{(a+b) \operatorname{Subst}\left (\int \frac{1}{1+\frac{a}{b}-\frac{x^2}{b}} \, dx,x,\sqrt{a+b \sin ^2(e+f x)}\right )}{b f}\\ &=\frac{\sqrt{a+b} \tanh ^{-1}\left (\frac{\sqrt{a+b \sin ^2(e+f x)}}{\sqrt{a+b}}\right )}{f}-\frac{\sqrt{a+b \sin ^2(e+f x)}}{f}\\ \end{align*}

Mathematica [A]  time = 0.0579054, size = 60, normalized size = 1.03 \[ \frac{\sqrt{a+b} \tanh ^{-1}\left (\frac{\sqrt{a-b \cos ^2(e+f x)+b}}{\sqrt{a+b}}\right )-\sqrt{a-b \cos ^2(e+f x)+b}}{f} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[a + b*Sin[e + f*x]^2]*Tan[e + f*x],x]

[Out]

(Sqrt[a + b]*ArcTanh[Sqrt[a + b - b*Cos[e + f*x]^2]/Sqrt[a + b]] - Sqrt[a + b - b*Cos[e + f*x]^2])/f

________________________________________________________________________________________

Maple [B]  time = 3.81, size = 134, normalized size = 2.3 \begin{align*}{\frac{1}{2\,f}\sqrt{a+b}\ln \left ( 2\,{\frac{\sqrt{a+b}\sqrt{a+b-b \left ( \cos \left ( fx+e \right ) \right ) ^{2}}+b\sin \left ( fx+e \right ) +a}{-1+\sin \left ( fx+e \right ) }} \right ) }+{\frac{1}{2\,f}\sqrt{a+b}\ln \left ( 2\,{\frac{\sqrt{a+b}\sqrt{a+b-b \left ( \cos \left ( fx+e \right ) \right ) ^{2}}-b\sin \left ( fx+e \right ) +a}{1+\sin \left ( fx+e \right ) }} \right ) }-{\frac{1}{f}\sqrt{a+b-b \left ( \cos \left ( fx+e \right ) \right ) ^{2}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*sin(f*x+e)^2)^(1/2)*tan(f*x+e),x)

[Out]

1/2/f*(a+b)^(1/2)*ln(2/(-1+sin(f*x+e))*((a+b)^(1/2)*(a+b-b*cos(f*x+e)^2)^(1/2)+b*sin(f*x+e)+a))+1/2/f*(a+b)^(1
/2)*ln(2/(1+sin(f*x+e))*((a+b)^(1/2)*(a+b-b*cos(f*x+e)^2)^(1/2)-b*sin(f*x+e)+a))-1/f*(a+b-b*cos(f*x+e)^2)^(1/2
)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(f*x+e)^2)^(1/2)*tan(f*x+e),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 3.36449, size = 370, normalized size = 6.38 \begin{align*} \left [\frac{\sqrt{a + b} \log \left (\frac{b \cos \left (f x + e\right )^{2} - 2 \, \sqrt{-b \cos \left (f x + e\right )^{2} + a + b} \sqrt{a + b} - 2 \, a - 2 \, b}{\cos \left (f x + e\right )^{2}}\right ) - 2 \, \sqrt{-b \cos \left (f x + e\right )^{2} + a + b}}{2 \, f}, -\frac{\sqrt{-a - b} \arctan \left (\frac{\sqrt{-b \cos \left (f x + e\right )^{2} + a + b} \sqrt{-a - b}}{a + b}\right ) + \sqrt{-b \cos \left (f x + e\right )^{2} + a + b}}{f}\right ] \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(f*x+e)^2)^(1/2)*tan(f*x+e),x, algorithm="fricas")

[Out]

[1/2*(sqrt(a + b)*log((b*cos(f*x + e)^2 - 2*sqrt(-b*cos(f*x + e)^2 + a + b)*sqrt(a + b) - 2*a - 2*b)/cos(f*x +
 e)^2) - 2*sqrt(-b*cos(f*x + e)^2 + a + b))/f, -(sqrt(-a - b)*arctan(sqrt(-b*cos(f*x + e)^2 + a + b)*sqrt(-a -
 b)/(a + b)) + sqrt(-b*cos(f*x + e)^2 + a + b))/f]

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{a + b \sin ^{2}{\left (e + f x \right )}} \tan{\left (e + f x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(f*x+e)**2)**(1/2)*tan(f*x+e),x)

[Out]

Integral(sqrt(a + b*sin(e + f*x)**2)*tan(e + f*x), x)

________________________________________________________________________________________

Giac [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: TypeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sin(f*x+e)^2)^(1/2)*tan(f*x+e),x, algorithm="giac")

[Out]

Exception raised: TypeError